home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 July
/
Chip_2004-07_cd1.bin
/
oddech
/
pipe
/
PipeDownDemo.exe
/
2057
/
SHOCKWAVE
/
132
/
00009_end frame.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2004-05-25
|
313 b
|
18 lines
global gLevel, gLevelMax, gMenuCalled
on exitFrame me
repeat with i = 1 to 8
sound(i).stop()
end repeat
if gMenuCalled then
moveFlash("menu")
else
if gLevel < gLevelMax then
moveFlash("endoflevel")
gLevel = gLevel + 1
else
moveFlash("endofgame")
end if
end if
end